home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / net / SocksSocketImpl$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  1.0 KB  |  30 lines

  1. package java.net;
  2.  
  3. import java.io.IOException;
  4. import java.security.PrivilegedExceptionAction;
  5.  
  6. final class SocksSocketImpl$1 implements PrivilegedExceptionAction {
  7.    // $FF: synthetic field
  8.    final String val$host;
  9.    // $FF: synthetic field
  10.    final int val$port;
  11.    // $FF: synthetic field
  12.    final int val$timeout;
  13.    // $FF: synthetic field
  14.    final SocksSocketImpl this$0;
  15.  
  16.    SocksSocketImpl$1(SocksSocketImpl var1, String var2, int var3, int var4) {
  17.       this.this$0 = var1;
  18.       this.val$host = var2;
  19.       this.val$port = var3;
  20.       this.val$timeout = var4;
  21.    }
  22.  
  23.    public Object run() throws IOException {
  24.       SocksSocketImpl.access$000(this.this$0, this.val$host, this.val$port, this.val$timeout);
  25.       SocksSocketImpl.access$102(this.this$0, this.this$0.getInputStream());
  26.       SocksSocketImpl.access$202(this.this$0, this.this$0.getOutputStream());
  27.       return null;
  28.    }
  29. }
  30.